@media only screen and (max-width: 1280px) {
  .content {
    width: 94%;
  }


  /*首页*/
  .logo{
    margin: 0.32rem 0 0 0.3rem;
  }
  .nav,.navmenu{
    display: none;
  }
  .header.bai .menu span{
    background: #333;
  }
  .menu {
	  position: absolute;
	  top: 0.5rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.35rem;
	  height: 0.5rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
		display: block;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 2px;
    margin-top: 0.03rem;
	  background: #fff;
	  transition: transform 250ms ease;
	  z-index: 200;
	}
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff !important;
    transition: transform 250ms ease;
    margin: 0;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
	.nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #003a8b;
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
	.nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.22rem;
    line-height: 0.9rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li h1{
    font-size: 0.22rem;
    line-height: 0.9rem;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.15rem 0.26rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.26rem 0.15rem;
  }
  .nav03 {
    width: 100%;
    margin: 0 0 0.3rem 0;
    display: none;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 0.7rem;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
  }


  .text_tit01{
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .text_tit02{
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .bn_img{
    bottom: 0.3rem;
  }

  .about_left{
    width: 50%;
  }
  .about_right{
    width: 45%;
  }

  .group_pic{
    height: 4.2rem;
  }
  .group_con{
    width: 60%;
    top: 0.5rem;
    left: 0.3rem;
  }
  .group_con h1{
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .group_txt{
    width: 80%;
    font-size: 0.16rem;
    line-height: 0.38rem;
    height: 1.14rem;
  }
  .group .swiper-button-prev{
    left: 0.5rem;
  }
  .group .swiper-button-next{
    right: 0.5rem;
  }

  .product_left{
    width: 40%;
    padding-top: 0.4rem;
  }
  .product_right{
    width: 56%;
    height: 5rem;
  }
  .product_ry{
    width: 5rem;
    height: 5rem;
  }
  .product_pic{
    width: 4rem;
    height: 3.48rem;
    top: 1.3rem;
    left: 0.18rem;
  }
  .product_num{
    width: 1.8rem;
    height: 1.4rem;
    left: -0.5rem;
  }
  .product_cloud{
    width: 2.2rem;
    height: 1.12rem;
    bottom: 0.32rem;
    right: -0.4rem;
  }

  .zhsl_bg{
    height: 8rem;
  }
  .zhsl_line{
    height: 3.3rem;
    top: 3rem;
  }
  .zhsl{
    width: 22%;
  }
  .zhsl01{
    top: 2rem;
  }
  .zhsl02{
    top: auto;
    bottom: 2.2rem;
  }
  .zhsl03{
    top: 2.3rem;
    left: 40%;
  }
  .zhsl04{
    bottom: 1.6rem;
    left: 60%;
  }
  .zhsl05{
    top: 2.3rem;
  }

  .media .swiper-slide{
    height: auto;
  }
  .media .swiper-slide:hover{
    background: none;
    padding: 0;
  }
  .media .swiper-slide:hover .media_pic{
    height: 2.2rem;
    margin-bottom: 0;
  }
  .media .swiper-slide:hover .media_date{
    display: block;
  }
  .media .swiper-slide:hover .media_lable{
    display: block;
  }
  .media .swiper-slide:hover .media_more{
    display: none;
  }
  .media .swiper-slide:hover .media_bt{
    color: #333;
  }
  .media_pic{
    height: 2.2rem;
  }
  .media_date{
    right: 0.2rem;
  }

  .contact_left{
    float: none;
    width: 100%;
  }
  .contact_right{
    float: none;
    width: 5.28rem;
    margin-top: 0.5rem;
  }

  .foot_bg{
    background-size: 70%;
  }
  .foot_t{
    display: block;
  }
  .foot_left{
    display: none;
  }
  .foot_right{
    width: 100%;
    padding: 0.9rem 0;
  }
  .f_con{
    float: left;
    width: 60%;
  }
  .share{
    float: right;
    width: auto;
    margin: 0.2rem;
  }


  /* 集团成员 */
  .group_img{
    width: 94%;
  }
  .group02 .swiper-button-prev{
    right: 42%;
  }
  .group02 .swiper-button-next{
    right: 33%;
  }
  .group_tu{
    height: 4.7rem;
  }
  .group_con02{
    width: 48%;
    height: 5rem;
    padding: 0.4rem;
    top: 0.6rem;
    right: 5%;
  }


  /* 媒体中心 */
  .news ul{
    margin-right: -2%;
  }
  .news li{
    width: 31.33%;
    padding: 0.2rem;
    margin: 0 2% 0.5rem 0;
  }
  .news_pic{
    height: 1.8rem;
  }


  /* 产品中心 */
  .main_bn{
    height: 5rem;
  }
  .main_bn img{
    height: 100%;
    object-fit: cover;
  }
  .pro_pic{
    height: 2.1rem;
  }


  /* 产品中心-详情 */
  .pro_bg{
    padding: 1.36rem 0 0.88rem;
  }
  .path{
    float: none;
    width: 100%;
    line-height: 0.4rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
  }
  .pro_left{
    float: none;
    width: 100%;
  }
  .proimg{
    float: none;
    width: 50%;
    height: 4.6rem;
    margin: 0.34rem auto 0.6rem;
  }
  .proimg .product_pic{
    top: 1rem;
    left: 0.6rem;
  }


  /* 可持续发展 */
  .fazhan li{
    margin: 0 2% 0.5rem 0;
  }
  .fazhan_pic{
    height: 1.8rem;
  }


  /* 可持续发展-报告&政策 */
  .fazhan02 ul{
    margin-right: -2%;
  }
  .fazhan02 li{
    width: 31.33%;
    margin: 0 2% 0.4rem 0;
  }


  /* 党政文化建设 */
  .dang_pic{
    width: 60%;
    height: 3.6rem;
  }
  .dang_r{
    width: 37%;
  }
  .dang_r h1{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0 0 0.25rem;
  }
  .dang_text{
    height: 1.36rem;
    -webkit-line-clamp: 4;
  }
  .dang_list li{
    padding: 0.2rem;
    margin: 0 2.33% 0.4rem 0;
  }
  .dang_img{
    height: 1.6rem;
  }


  /* 人力资源 */
  .rlzy_pic{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .rlzy_right{
    float: none;
    width: 100%;
    padding-top: 0.4rem;
  }
  .env_pic{
    height: 3.8rem;
  }


  /* 关于我们 */
  .fzlc_con{
    width: 75%;
  }
  .fzlc_con .swiper-slide{
    padding-top: 1.8rem;
  }
  .fzlc_con .swiper-slide:nth-child(even){
    padding-top: 0.6rem;
  }
  .fzlc_con .swiper-slide:nth-child(even) .fzlc_line{
    height: 2.54rem;
    margin: 0 0 0 0.16rem;
  }
  .fzlc_con .swiper-slide:nth-child(even) .fzlc_r{
    margin: 0;
  }
  .fzlc_con .swiper-slide:nth-child(even) .fzlc_ydi{
    bottom: auto;
    top: 0;
  }
  .fzlc_con .swiper-slide:nth-child(even) .fzlc_ytop{
    top: auto;
    bottom: -0.3rem;
  }
  .fzlc_con .swiper-slide:nth-child(odd){
    padding-top: 1.8rem;
  }
  .fzlc_con .swiper-slide:nth-child(odd) .fzlc_line{
    height: 1.4rem;
  }
  .fzlc_con .swiper-slide:nth-child(odd) .fzlc_r{
    margin-top: 0.92rem;
  }
  .fzlc_box .swiper-button-next,.fzlc_box .swiper-button-prev{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0;
    top: 0.96rem;
  }
  .fzlc_box .swiper-button-prev{
    left: 0.3rem;
  }
  .fzlc_box .swiper-button-next{
    right: 0.3rem;
  }
  .culture img{
    height: 6rem;
  }
  .map{
    width: 60%;
    height: 6rem;
  }
  .con{
    padding: 0.4rem 0 0 0.3rem;
  }
  .con h1{
    line-height: 0.5rem;
    margin-bottom: 0.4rem;
  }


  /* 安徽寒锐 */
  .ah_about_pic .swiper-button-prev{
    left: 32%;
  }
  .ah_about_pic .swiper-button-next{
    right: 32%;
  }
  .scx .swiper-slide{
    height: 5rem;
  }
  .yanfa_left{
    float: none;
    width: 94%;
    padding: 0;
    margin: 0 auto 0.5rem;
  }
  .yanfa_right{
    float: none;
    width: 100%;
  }
  .prod_pic{
    height: 2.2rem;
  }
  .prod_area .swiper-button-next, .prod_area .swiper-button-prev{
    top: 25%;
    transform: translateY(-25%);
  }


  /* 赣州寒锐 */
  .gz_about_box{
    width: 100% !important;
  }
  .gz_about_txt{
    width: 94%;
    margin: 0 auto 0.55rem;
  }
  .ganzhou .swiper-slide{
    height: 3.6rem;
  }
  .ganzhou .swiper-button-prev{
    left: 0.3rem;
  }
  .ganzhou .swiper-button-next{
    right: 0.3rem;
  }
  .yf_con{
    width: 100% !important;
  }
  .yf_white{
    width: 94%;
    min-height: auto;
    margin: 0 auto 0.5rem;
  }
  .yf_left{
    width: 100%;
  }
  .yf_txt{
    height: auto;
    overflow: visible;
    -webkit-line-clamp:inherit;
  }
  .yf_pic{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }
  .yf_con .swiper-button-next,.yf_con .swiper-button-prev{
    bottom: 1.94rem;
  }
  .yf_con .swiper-button-prev{
    left: 0.3rem;
  }
  .yf_con .swiper-button-next{
    left: auto;
    right: 0.3rem;
  }
  .protype .swiper-slide{
    height: 3.4rem;
  }
  .protype .swiper-slide:hover .protype_bg{
    height: 40%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
  }
  .protype_con h1{
    margin: 0;
  }
  .protype_con i{
    display: none;
  }
  .protype_txt{
    display: none;
  }


  /* 刚果 */
  .gg_bn{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .gg_bn .content div:nth-child(2){
    margin-top: 0.5rem;
  }
  .gg_about{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .gg_about_r{
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .workshop_pic{
    height: 4rem;
  }
  .africa_pic{
    height: 2.1rem;
  }
  .africa_con h1 b{
    font-size: 0.5rem;
  }


  /* 印尼寒锐 */
  .yinni_about{
    float: none;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .yinni_pic{
    float: none;
    width: 100%;
    height: 5.5rem;
    margin-top: 0;
  }
  .project .swiper-slide{
    height: 3.6rem;
  }
  .project .swiper-button-prev{
    left: 0.3rem;
  }
  .project .swiper-button-next{
    right: 0.3rem;
  }
  .project_txt{
    width: 94%;
  }


  /* 南京寒锐 */
  .nanjing_pic{
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .wzd .swiper-slide{
    width: 33.3%;
    height: 4.5rem;
  }
  .wzd .swiper-slide:hover{
    width: 33.3%;
  }
  .wzd_bg .swiper-pagination{
    right: 10%;
  }
  .wzd_bg .swiper-button-next{
    right: 0.3rem;
  }
  .pro_img{
    height: 2.1rem;
  }
  .cailiao .swiper-slide{
    height: 2.75rem;
  }
  .cailiao .swiper-button-prev{
    left: 0.3rem;
  }
  .cailiao .swiper-button-next{
    right: 0.3rem;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .logo{
    width: 2rem;
    margin: 0.2rem 0 0 0.3rem;
  }
  .menu {
	  top: 0.45rem;
    width: 0.5rem;
	}
  .language_box{
    width: 1.3rem;
    padding-left: 0.44rem;
    height: 0.31rem;
    top: 0.4rem;
    right: 1.2rem;
  }
  .language_box img{
    width: 0.3rem;
    height: 0.31rem;
  }
  .lgg{
    height: 0.31rem;
    line-height: 0.31rem;
    background-size: 0.22rem 0.12rem;
    font-size: 0.26rem;
  }
  .nav02 li {
    font-size: 0.28rem;
    line-height: 1.1rem;
  }
  .nav02 li h1{
    font-size: 0.28rem;
    line-height: 1.1rem;
  }
  .nav03 li {
    line-height: 0.7rem;
    font-size: 0.26rem;
  }

  .text_tit01{
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .text_tit02{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .bn_img img{
    width: 0.5rem;
    height: 0.7rem;
  }

  .about_box{
    height: 15rem;
  }
  .about_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about_right{
    float: none;
    width: 100%;
  }
  .about_logo{
    width: 70%;
  }
  .about_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 2.64rem;
    -webkit-line-clamp: 6;
  }
  .about_more{
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .about_list h1 span{
    font-size: 0.26rem;
  }
  .about_list h1 em{
    font-size: 0.4rem;
  }
  .about_list div{
    line-height: 0.42rem;
    font-size: 0.26rem;
  }
  .about_list div img{
    width: 0.38rem;
    height: 0.38rem;
  }

  .group_tit{
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding: 0 0.3rem;
  }
  .group_pic{
    height: 4.6rem;
  }
  .group_con{
    width: 80%;
  }
  .group_con h1{
    font-size: 0.38rem;
    line-height: 0.46rem;
  }
  .group_con h2{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .group_txt{
    width: 90%;
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 1.76rem;
    -webkit-line-clamp: 4;
  }
  .group_logo{
    width: 60%;
    left: 0.3rem;
  }
  .group .swiper-button-next,.group .swiper-button-prev{
    top: auto;
    transform: translateY(0);
    bottom: 0.2rem;
  }
  .group .swiper-button-prev{
    left: auto;
    right: 1.1rem;
  }
  .group .swiper-button-next{
    right: 0.3rem;
  }

  .product_bg .content{
    height: 19rem;
  }
  .product_tit{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .product_left{
    float: none;
    width: 100%;
    padding-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .product_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .procs_bg{
    width: 100%;
  }
  .procs_tit{
    line-height: 0.5rem;
    font-size: 0.32rem;
  }
  .procs_con{
    height: 2.76rem;
    padding-right: 0.25rem;
  }
  .procs{
    line-height: 0.54rem;
    font-size: 0.28rem;
  }
  .product_right{
    float: none;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
  .product_type li{
    padding: 0 0.3rem;
  }
  .product_type h1{
    font-size: 0.28rem;
  }
  .product_type li.on  h1{
    font-size: 0.36rem;
  }
  .product_more{
    width: 2.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    bottom: -0.7rem;
  }

  .zhsl_tit{
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .zhsl_list{
    width: 100%;
    background: url(../images/ind_25s.png) no-repeat center top;
    background-size: 100%;
    padding-top: 1.2rem;
  }
  .zhsl{
    width: 80%;
    margin: 0 auto;
    position: static;
  }
  .zhsl h1{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .zhsl h1 b{
    font-size: 0.42rem;
  }
  .zhsl i{
    width: 0.27rem;
    margin: 0.14rem 0 0.24rem;
  }
  .zhsl_txt{
    font-size: 0.26rem;
	  line-height: 0.44rem;
  }

  .media_top{
    margin-bottom: 0.28rem;
  }
  .media_type li{
    line-height: 0.46rem;
    font-size: 0.28rem;
    margin-left: 0.3rem;
  }
  .media_pic{
    height: 3.6rem;
  }
  .media .swiper-slide:hover .media_pic{
    height: 3.6rem;
  }
  .media_date{
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .media_lable{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .media_bt{
    font-size: 0.3rem;
    line-height: 0.7rem;
	  height: 0.7rem;
  }
  .media_txt{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }

  .contact{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .contact_list ul{
    margin-right: 0;
  }
  .contact_list li{
    float: none;
    width: 100%;
    margin: 0 0 0.4rem;
    padding-left: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .contact_list img{
    width: 0.54rem;
    height: 0.54rem;
  }
  .contact_list h1{
    font-size: 0.34rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
  }

  .f_logo{
    width: 60%;
  }
  .f_con{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .f_con li{
    font-size: 0.28rem;
    line-height: 0.4rem;
    min-height: 0.4rem;
    padding-left: 0.6rem;
  }
  .f_con img{
    width: 0.4rem;
    height: 0.4rem;
  }
  .share{
    float: none;
    width: 100%;
  }
  .share li{
    width: 0.8rem;
    height: 0.8rem;
  }
  .copyright{
    padding: 0.28rem 0;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
  }


  /* 集团成员 */
  .group02 .swiper-button-next, .group02 .swiper-button-prev{
    top: 1.8rem;
    bottom: auto;
  }
  .group02 .swiper-button-prev{
    right: auto;
    left: 0.3rem;
  }
  .group02 .swiper-button-next{
    right: 0.3rem;
  }
  .group02 .swiper-pagination{
    width: 100%;
    bottom: 0.55rem;
  }
  .group_tu{
    height: 4.2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
	  border-bottom-left-radius: 0;
    margin: 0;
  }
  .group_con02{
    width: 100%;
    height: 5rem;
    padding: 0.4rem;
    border: solid 0.01rem #eee;
    border-top-left-radius: 0;
	  border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    box-shadow: none;
    position: static;
    top: auto;
    right: auto;
  }
  .group_text{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.6rem;
  }
  .group_m{
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }


  /* 媒体中心 */
  .news ul{
    margin-right: -3%;
  }
  .news li{
    width: 47%;
    margin: 0 3% 0.5rem 0;
  }
  .news_pic{
    height: 2.15rem;
  }
  .news_date{
    font-size: 0.24rem;
  }
  .news_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .news_more{
    font-size: 0.25rem;
    line-height: 0.46rem;
  }
  .news_more i{
    width: 0.18rem;
    height: 0.12rem;
  }
  .page{
    padding-top: 0.2rem;
    font-size: 0.24rem;
  }
  .page a{
    line-height: 0.48rem;
    padding: 0 0.2rem;
  }


  /* 产品中心 */
  .main_bn{
    height: auto;
  }
  .bn_con h1{
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .type{
    float: none;
    width: 100%;
  }
  .type ul{
    margin-right: -0.3rem;
  }
  .type li{
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }
  .pro ul{
    margin-right: -3%;
  }
  .pro li{
    width: 47%;
    margin: 0 3% 0.36rem 0;
  }
  .pro_pic{
    height: 2.6rem;
  }
  .pro_con h1{
    font-size: 0.28rem;
    height: 0.8rem;
	  line-height: 0.8rem;
  }
  .pro_more{
    width: 0.9rem;
    height: 0.45rem;
  }
  .pro_lable{
    line-height: 0.34rem;
    font-size: 0.24rem;
  }


  /* 产品中心-详情 */
  .path{
    line-height: 0.44rem;
    font-size: 0.25rem;
  }
  .pro_tt{
    font-size: 0.44rem;
    line-height: 0.64rem;
  }
  .pro_txt{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .proimg{
    width: 100%;
  }
  .proimg .product_ry{
    width: 6rem;
    height: 6rem;
  }
  .protab{
    line-height: 0.44rem;
    font-size: 0.26rem;
  }
  .protab td{
    padding: 0.1rem 0;
  }
  .fanye li{
    font-size: 0.26rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }


  /* 可持续发展 */
  .fazhan ul{
    margin-right: -3%;
  }
  .fazhan li{
    width: 47%;
    margin: 0 3% 0.5rem 0;
  }
  .fazhan_txt{
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 0.84rem;
  }
  .fazhan_pic{
    height: 2.2rem;
  }
  .fazhan_tt{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .fazhan_date{
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }


  /* 可持续发展-报告&政策 */
  .fazhan02 ul{
    margin-right: -3%;
  }
  .fazhan02 li{
    width: 47%;
    margin: 0 3% 0.4rem 0;
  }
  .fz_con{
    padding: 0.25rem;
    height: 2.6rem;
  }
  .fz_txt{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .fz_text{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .baogao{
    line-height: 0.7rem;
    height: 0.7rem;
    font-size: 0.26rem;
  }
  .ljxz{
    line-height: 0.7rem;
    height: 0.7rem;
    font-size: 0.26rem;
  }
  .ljxz img{
    width: 0.2rem;
    height: 0.27rem;
  }


  /* 党政文化建设 */
  .dang_pic{
    float: none;
    width: 100%;
    height: 3.8rem;
    margin-bottom: 0.4rem;
  }
  .dang_r{
    float: none;
    width: 100%;
  }
  .dang_r h1{
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .dang_text{
    font-size: 0.28rem;
	  line-height: 0.44rem;
    height: 2.2rem;
    -webkit-line-clamp: 5;
  }
  .dang_m{
    width: 0.75rem;
    height: 0.75rem;
  }
  .dang_list ul{
    margin-right: -3%;
  }
  .dang_list li{
    width: 47%;
    margin: 0 3% 0.4rem 0;
  }
  .dang_date{
    font-size: 0.26rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .dang_t{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .dang_img{
    height: 1.9rem;
  }
  .dang_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .dang_more{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }


  /* 新闻单页 */
  .show_box{
    padding: 0.62rem 0 1rem;
  }
  .show_tit{
    font-size: 0.28rem;
  }
  .show{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }


  /* 人力资源 */
  .rlzy_pic{
    height: 4.2rem;
  }
  .rlzy_right{
    line-height: 0.46rem;
    font-size: 0.28rem;
  }
  .rlzy_right h1{
    font-size: 0.32rem;
    line-height: 0.6rem;
    margin: 0.2rem 0 0.1rem;
  }
  .join_type li{
    line-height: 0.9rem;
    font-size: 0.36rem;
  }
  .join_tt{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .j01{
    width: 27%;
    padding-left: 0.2rem;
  }
  .join_top{
    font-size: 0.22rem;
  }
  .join_bot{
    padding: 0.24rem 0.2rem 0.4rem;
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .join_bot h1{
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .env_tit{
    line-height: 0.64rem;
    font-size: 0.36rem;
  }
  .env .swiper-button-prev{
    left: 0.3rem;
  }
  .env .swiper-button-next{
    right: 0.3rem;
  }
  .env_pic{
    height: 4.9rem;
  }
  .env_txt{
    font-size: 0.28rem;
  }
  .swiper-num span {
    font-size: 0.28rem;
  }


  /* 关于我们 */
  .about_l{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .about_r{
    float: none;
    width: 100%;
    margin: 0;
  }
  .about_list02 li{
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .about_list02 li:nth-child(even) i{
    display: none;
  }
  .about_list02 h1 b{
    font-size: 0.7rem;
  }
  .about_list02 h1 span{
    font-size: 0.26rem;
  }
  .about_list02 div{
    font-size: 0.28rem;
  }
  .fzlc_bg{
    background: url(../images/about_03s.jpg) no-repeat center bottom;
	  background-size: cover;
  }
  .fzlc_part{
    height: auto;
  }
  .fzlc_tit{
    font-size: 0.58rem;
  }
  .fzlc_con{
    width: 60%;
  }
  .fzlc_line{
    display: none;
  }
  .fzlc_r{
    float: none;
    width: 100%;
    margin-top: 0 !important;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .fzlc_con .swiper-slide{
    padding-top: 0 !important;
  }
  .fzlc_r h1{
    font-size: 0.48rem;
    line-height: 0.84rem;
  }
  .culture img{
    height: 8rem;
  }
  .culture .swiper-slide:hover .culture_txt{
    display: none;
  }
  .map_box{
    background: none;
  }
  .map{
    float: none;
    width: 100%;
    height: 8rem;
  }
  .con_bg{
    width: 100%;
    height: auto;
    background: none;
    position: static;
    margin-bottom: 0.7rem;
  }
  .con{
    width: 94%;
    padding: 0;
    color: #333;
    margin: 0 auto;
  }
  .con li{
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .con img{
    width: 0.88rem;
	  height: 0.75rem;
    background: #003a8b;
    border-radius: 0.1rem;
  }
  .con h2{
    font-size: 0.3rem;
  }


  /* 安徽寒锐 */
  .anhui_bn{
    font-size: 0.5rem;
  }
  .ah_about_txt{
    width: 100%;
    line-height: 0.46rem;
	  font-size: 0.28rem;
  }
  .ah_about_pic .swiper-button-prev{
    left: 28%;
  }
  .ah_about_pic .swiper-button-next{
    right: 28%;
  }
  .yanfa_tit{
    line-height: 0.44rem;
	  font-size: 0.28rem;
  }
  .yanfa_left{
    font-size: 0.28rem;
	  line-height: 0.44rem;
  }
  .yanfa img{
    height: 3.2rem;
  }
  .prod_pic{
    height: 2.3rem;
  }
  .prod_bot{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .prod_area .swiper-button-next,.prod_area .swiper-button-prev{
    top: 30%;
    transform: translateY(-30%);
  }


  /* 赣州寒锐 */
  .gz_about_txt{
    text-align: justify;
    line-height: 0.48rem;
	  font-size: 0.28rem;
  }
  .yf_txt{
    font-size: 0.28rem;
	  line-height: 0.42rem;
  }
  .protype .swiper-slide{
    height: 3.8rem;
  }
  .tuiyi_tit{
    font-size: 0.28rem;
    line-height: 0.34rem;
  }


  /* 刚果 */
  .gg_about_tr{
    font-size: 0.26rem;
  }
  .gg_about_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .gg_about_r{
    width: 100%;
  }
  .africa_tit{
    font-size: 0.28rem;
  }


  /* 印尼寒锐 */
  .project .swiper-slide{
    height: 2.8rem;
  }
  .project_txt{
    line-height: 0.46rem;
    font-size: 0.28rem;
    text-align: justify;
  }
  .tiaojian ul{
    margin-right: 0;
  }
  .tiaojian li{
    width: 100%;
    height: 4.5rem;
    margin: 0 0 0.45rem 0;
  }
  .tiaojian_con{
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
  }
  .tiaojian_con h1{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .tiaojian_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 2rem;
    -webkit-line-clamp: 5;
  }


  /* 南京寒锐 */
  .wzd .swiper-slide{
    width: 49.8%;
    height: 4.5rem;
  }
  .wzd .swiper-slide:hover{
    width: 49.8%;
  }
  .wzd_bg .swiper-pagination{
    right: 10%;
    width: 15%;
  }
  .wzd_bg .swiper-button-prev{
    right: 25%;
  }
  .pro_box02{
    width: 100% !important;
  }
  .pro_type02 li{
    transform: skew(-15deg);
    margin: 0 0.05rem;
    padding: 0 0.1rem;
  }
  .pro_area{
    width: 94%;
    margin: 0 auto;
  }
  .pro_text{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.6rem;
  }
  .cailiao_txt{
    line-height: 0.46rem;
	  font-size: 0.28rem;
    text-align: justify;
  }
}
  